@import url(icon-fonts/css/font-awesome.min.css); /* 引用字体图标样式 */
/* FONTS@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);*/body {
	background-color: #f2f2f2;
	font-family: "微软雅黑";
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	margin-top: 40px;
}/* Titles */
@media screen and (max-width: 767px){.pc{display:none;}}
.wap{display:none;}
@media screen and (max-width: 767px){.wap{display: block;}}
h1, h2, h3, h4, h5, h6 {
	font-family: "微软雅黑";
	font-weight: 300;
	color: #333;
}/* Paragraph & Typographic */
p {
	line-height: 28px;
/*	margin-bottom: 25px;*/
}
.content img{max-width: 100%;}
.centered {
	text-align: center;
}/* Links */
a {
	/*color: #FFFF00;*/
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.navbar-collapse{
	z-index:10000;
}
.navbar {
	font-weight: 800;
	font-size: 16px;
	position:fixed;
	z-index:1000000;
}
.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}
.navbar-inverse .navbar-nav > .active > a {
	background: #FFFF00;
	color: #666;
}
.navbar-inverse .navbar-brand {
	color: #fff;
	font-weight: bolder;
	font-size: 26px;
	letter-spacing: 1px;
}
.navbar-inverse .navbar-brand i {
	color: #FFFF00;
	font-size: 22px;
	letter-spacing: 1px;
}/*TILT*/
.tilt {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tilt:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}/* ==========================================================================   Wrap Sections   ========================================================================== */
#headerwrap {
	background: url(header_bg_4.jpg) no-repeat center top;
	margin-top: -30px;
	padding-top: 20px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}
#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}/* Dark Grey Wrap */
#dg {
	background: #FCC02E;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#dg h4 {
	font-weight: 700;
}/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#lg h4 {
	font-weight: 700;
}/* Red Wrap */
#r {
	background: #FFFF00;
	padding-top: 35px;
	padding-bottom: 35px;
}
#r h4 {
	color: black;
	font-weight: 700;
}
#r p {
	color: black;
}/* Blue Wrap */
#blue {
	background: #3498db;
	padding-top: 20px;
	padding-bottom: 20px;
}
.banner2{
	background:url(banner2.jpg) !important;
	height:367px;
}
.banner4{
	background:url(banner4.jpg) !important;
	height:367px;
}
.banner5{
	background:url(banner5.jpg) !important;
	height:367px;
}
.banner16{
	background:url(banner16.jpg) !important;
	height:367px;
}
.banner17{
	background:url(banner17.jpg) !important;
	height:367px;
}
.mt100{
	margin-top:100px;
}
@media screen and (max-width: 767px){
	.mt100{margin-top:auto;}
	.banner2,.banner4,.banner5,.banner16,.banner17{height:auto;}
}
#blue h4,#blue h2 {
	color: white;
	font-weight: 700;
}
#blue p {
	color: white;
}/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
}
#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}
#f i:hover {
	color: #FFFF00;
}/****** SECTIONS *****/
.w {
	padding-top: 35px;
}
.w h4 {
	font-weight: 700;
}
.w i {
	color: #FFFF00;
	font-size: 30px;
}
.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}
.wb h4 {
	font-weight: 700;
}
.desc {
	padding: 20px 0;
}
.desc h4 {
	font-weight: 700;
}
.desc i {
	color: #FFFF00;
	font-size: 12px;
	padding: 5px;
}/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;
}
.modal-header {
	background: #bdbdbd;
	color: white;
}
.modal-header h4 {
	font-weight: 700;
}
.modal-body {
	background: #f2f2f2;
	font-family: "微软雅黑";
	font-weight: 300;
	font-size: 16px;
	color: #555;
}
.modal-footer {
	background: #f2f2f2;
	margin-top: 0px;
}/* ==========================================================================   Pricing Tables   ========================================================================== */
.pricing-option {
	padding-bottom: 40px;
}
.pricing-option .pricing-top {
	position: relative;
	background: #1abc9c;
	color: white;
	text-align: center;
	font-weight: bold;
	/*padding: 40px 20px 30px 20px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pricing-option .pricing-top .special-label {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1abc9c;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0;
}
.special .pricing-top {
	background: black;
}
.pricing-option .pricing-edition {
	text-transform: uppercase;
	display: block;
	font-size: 25px;
	letter-spacing: 8px;
	background:#222;
}
.pricing-option .price {
	display: inline-block;
	position: relative;
}
.pricing-option .price sup {
	position: absolute;
	top: 50px;
	left: -10px;
	font-size: 24px;
}
.pricing-option .price .price-amount {
	font-size: 108px;
	letter-spacing: -4px;
}
.pricing-option .price small {
	position: relative;
	left: -10px;
	font-size: 18px;
}
.pricing-option ul {
	list-style: none;
	margin: 0;
	background: #eee;
	text-align: center;
	padding-left: 0px;
}
.pricing-option ul li {
	border-bottom: solid 1px #e1e1e1;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pricing-option .pricing-signup {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
	color: white;
	background: #1abc9c;
}
.pricing-option .pricing-signup:hover {
	background: #e9b200;
}
.video_box{
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}
#video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video_bg{
	/* height: 700px;
	background: url(../images/index_top_bg.jpg) no-repeat center;
	background-size: cover; */
	text-align: center;
	position: relative;
	height: 600px;
	overflow-y: hidden;
}
.video_bg img{
	/* height: 700px;
	background: url(../images/index_top_bg.jpg) no-repeat center;
	background-size: cover; */
	width: 100%;
}
.video_bg em{
	font-weight: bold;
	font-size: 95px;
	color: #fff;
	font-style: normal;
	display: block;
	text-shadow:1px 1px 1px #333333;
	position:relative;
	top: 190px;
	z-index: 1000;
}
.video_bg p{
	font-weight: bold;
    font-size: 27px;
    color: #fff;
    text-shadow: 1px 1px 1px #333333;
    margin: 3px 0 0;
    position: relative;
    top: 190px;
    z-index: 1000;
}
@media screen and (max-width: 767px){
.video_bg{
	height: auto;
}
.video_bg em{
	font-size: 27px;
	top: 60px;
}
.video_bg p{
    font-size: 20px;
    top: 60px;
}

.video_box{
	height: auto;
}
.video_box{
	padding-bottom:31.5%;
}
}

.foot{
	height:45px;
	padding:7px 0 5px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
	background-color: #2d2d2d;
}
.foot a{
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}
.foot li{
	float:left;
	width:20%;
	text-align:center;
	cursor:pointer;
	list-style:none;
}
.foot li span{
	width:100%;
	display:block;
	font-size:12px;
	line-height:25px;
}